Fix up "missing braces" warning.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Jul 2010 15:26:53 +0000 (17:26 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Jul 2010 15:26:53 +0000 (17:26 +0200)
commit70fee0e2b58e8dc182928b6905966db2045ead43
tree5b78fa968f0012124c1702f9e2518f35b1056622
parente220926494578e7f4c28559881f122bc87deed20
Fix up "missing braces" warning.
* src/eval.c (Feval, Ffuncall): Use the new names.
* src/lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
(DEFUN): Add braces around the union initialisation and use ## to
specify the right union alternative and avoid a cast.
src/ChangeLog
src/eval.c
src/lisp.h